Signed-off-by: Maria Butrico <butrico@watson.ibm.com>
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
--HG--
extra : transplant_source : %C1e%86%00%05%25%F9%D9%DF%BB%E36%D9%D4X%DD%08%B4J%0E
int unused;
static char *kwd_list[] = { "dom", "store_evtchn",
- "console_evtchn", "image",
+ "console_evtchn", "image", "memsize",
/* optional */
"ramdisk", "cmdline", "flags",
"features", "arch_args", NULL };
return max(maxmem_kb / 64, shadow_mem_kb)
-class PPC_ProseImageHandler(LinuxImageHandler):
+class PPC_ProseImageHandler(PPC_LinuxImageHandler):
ostype = "prose"
- def configure(self, imageConfig, deviceConfig):
- LinuxImageHandler.configure(self, imageConfig, deviceConfig)
- self.imageConfig = imageConfig
-
def buildDomain(self):
store_evtchn = self.vm.getStorePort()
console_evtchn = self.vm.getConsolePort()